home *** CD-ROM | disk | FTP | other *** search
- head 1.5;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @# @;
-
-
- 1.5
- date 90.07.26.18.52.13; author shirriff; state Exp;
- branches ;
- next 1.4;
-
- 1.4
- date 89.12.11.10.27.16; author shirriff; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 89.09.12.12.40.29; author shirriff; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.07.14.17.38.34; author mendel; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.06.19.14.30.09; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.5
- log
- @Added mprotect.
- @
- text
- @/*
- *
- * vmStubs.s --
- *
- * Stubs for the Vm_ system calls.
- *
- * Copyright 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/vmStubs.s,v 1.4 89/12/11 10:27:16 shirriff Exp Locker: shirriff $ SPRITE (Berkeley)
- *
- */
- #include "userSysCallInt.h"
-
- SYS_CALL(Vm_Cmd, SYS_VM_CMD)
- SYS_CALL(Vm_GetSegInfo, SYS_VM_GETSEGINFO)
- SYS_CALL(Vm_PageSize, SYS_VM_PAGESIZE)
- SYS_CALL(Vm_CreateVA, SYS_VM_CREATEVA)
- SYS_CALL(Vm_DestroyVA, SYS_VM_DESTROYVA)
- SYS_CALL(Vm_MapKernelIntoUser, SYS_VM_MAPKERNELINTOUSER)
- SYS_CALL(Vm_Mmap, SYS_VM_MMAP)
- SYS_CALL(Vm_Munmap, SYS_VM_MUNMAP)
- SYS_CALL(Vm_Msync, SYS_VM_MSYNC)
- SYS_CALL(Vm_Mlock, SYS_VM_MLOCK)
- SYS_CALL(Vm_Munlock, SYS_VM_MUNLOCK)
- SYS_CALL(Vm_Mincore, SYS_VM_MINCORE)
- SYS_CALL(Vm_Mprotect, SYS_VM_MPROTECT)
- @
-
-
- 1.4
- log
- @Added SYS_VM_{MSYNC,MLOCK,MUNLOCK,MINCORE}
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/vmStubs.s,v 1.3 89/09/12 12:40:29 shirriff Exp Locker: shirriff $ SPRITE (Berkeley)
- d33 1
- @
-
-
- 1.3
- log
- @Added mmap and munmap system calls.
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/vmStubs.s,v 1.2 88/07/14 17:38:34 mendel Exp Locker: shirriff $ SPRITE (Berkeley)
- d29 4
- @
-
-
- 1.2
- log
- @Changed comment characters from |* to /* */.
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: vmStubs.s,v 1.1 88/06/19 14:30:09 ouster Exp $ SPRITE (Berkeley)
- d27 2
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d1 18
- a18 17
- |*
- |* vmStubs.s --
- |*
- |* Stubs for the Vm_ system calls.
- |*
- |* Copyright 1988 Regents of the University of California
- |* Permission to use, copy, modify, and distribute this
- |* software and its documentation for any purpose and without
- |* fee is hereby granted, provided that the above copyright
- |* notice appear in all copies. The University of California
- |* makes no representations about the suitability of this
- |* software for any purpose. It is provided "as is" without
- |* express or implied warranty.
- |*
- |* rcs = $Header: vmStubs.s,v 2.0 87/08/11 09:31:22 brent Exp $ SPRITE (Berkeley)
- |*
-
- @
-